Offline Promotions export v3 Schema
mixedmatch Element
Offline Promotions export v3 Schema > root Element > mixedmatches Element : mixedmatch Element
Namespace (none)
Diagram
mixedmatchproducts Element discountpercentage Element discountprice Element netprice Element amount Element receiptdetailtype Element mixedmatchdiscounttype Element mixedmatchtype Element description Element dateto Element datefrom Element promotioncode Element Sequence mixedmatch Element
Overview
mixedmatch 1..∞
mixedmatchnumber required xs:integer
Sequence
promotioncode xs:string
datefrom xs:dateTime
dateto xs:dateTime
description xs:string
mixedmatchtype xs:string
receiptdetailtype xs:string
amount xs:decimal
netprice xs:decimal
discountprice xs:decimal
discountpercentage xs:decimal
Sequence
productnumber required xs:long
Sequence
amount xs:decimal
Sequence
barcode required xs:long
Attributes
NameTypeUseDefaultFixedDescription
mixedmatchnumberxs:integerrequired   
Source
<xs:element maxOccurs="unbounded" name="mixedmatch" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="promotioncode" type="xs:string" />
      <xs:element name="datefrom" type="xs:dateTime" />
      <xs:element name="dateto" type="xs:dateTime" />
      <xs:element name="description" type="xs:string" />
      <xs:element name="mixedmatchtype" type="xs:string" />
      <xs:element name="mixedmatchdiscounttype" type="xs:string" />
      <xs:element name="receiptdetailtype" type="xs:string" />
      <xs:element name="amount" type="xs:decimal" />
      <xs:element name="netprice" type="xs:decimal" />
      <xs:element name="discountprice" type="xs:decimal" nillable="true" />
      <xs:element name="discountpercentage" type="xs:decimal" nillable="true" />
      <xs:element name="mixedmatchproducts">
        <xs:complexType>
          <xs:sequence>
            <xs:element maxOccurs="unbounded" name="mixedmatchproduct">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="amount" type="xs:decimal" />
                  <xs:element name="productbarcodes">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element maxOccurs="unbounded" name="productbarcode">
                          <xs:complexType>
                            <xs:attribute name="barcode" type="xs:long" use="required" />
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
                <xs:attribute name="productnumber" type="xs:long" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="mixedmatchnumber" type="xs:integer" use="required" />
  </xs:complexType>
</xs:element>
See Also
mixedmatches Elementroot ElementOffline Promotions export v3 Schema